ScrolledWindow: Fix/improve doc of key bindings
authorDaniel Boles <dboles.src@gmail.com>
Mon, 2 Jul 2018 19:09:37 +0000 (20:09 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Mon, 2 Jul 2018 19:09:37 +0000 (20:09 +0100)
Saying 'key + modifiers' is really weird, so reverse that, and explain
why there are 2 cited and what the difference between them is.

gtk/gtkscrolledwindow.c

index ad4a0e1d75d6e018858c020dd0fc003929afdf4b..970c91e2565a41cdc83b2e84ff91e16f4792a6cc 100644 (file)
@@ -815,7 +815,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class)
    * keybinding. The #GtkWidget::move-focus signal is emitted with
    * @direction_type on this scrolled window’s toplevel parent in the
    * container hierarchy. The default bindings for this signal are
-   * `Tab + Ctrl` and `Tab + Ctrl + Shift`.
+   * `Ctrl + Tab` to move forward and `Ctrl + Shift + Tab` to move backward.
    */
   signals[MOVE_FOCUS_OUT] =
     g_signal_new (I_("move-focus-out"),